home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2175 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  717 b 

  1. Path: news.xnet.com!bbs1984!cory.kratz
  2. From: cory.kratz@bbs1984.chi.il.us (CORY KRATZ)
  3. Newsgroups: comp.lang.c++
  4. Subject: C Programming Question
  5. Message-ID: <8B8E4D4.009200AFF3.uuout@bbs1984.chi.il.us>
  6. Date: Mon, 15 Jan 96 20:36:00 -0600
  7. Distribution: world
  8. Organization: -1984- BBS - PCBoard/2 - 5 lines - 708-849-0073 (IL)
  9. Reply-To: cory.kratz@bbs1984.chi.il.us (CORY KRATZ)
  10. X-Newsreader: PCBoard Version 15.22
  11. X-Mailer: PCBoard/UUOUT Version 1.20
  12.  
  13. Does anyone out there know if there IS a function that makes a string with
  14. commas from an unsigned long variable?
  15.  
  16. ie:
  17.  
  18. 1000100100
  19.  
  20. turned into a string with commas:
  21.  
  22. 1,000,100,100
  23.  
  24. Is there a function in Turbo C that does this, or does anyone know HOW to make
  25. one?
  26.